Finding complexity of a program as a service [on hold]
Posted
by
Seshu
on Programmers
See other posts from Programmers
or by Seshu
Published on 2014-08-19T11:14:41Z
Indexed on
2014/08/19
16:29 UTC
Read the original article
Hit count: 384
I would like to find the complexity of a specific code chunk written in Java. Is there a place/web site/service where I can find out the complexity of any arbitrary program. This program might include loops/recursion. Using theory we can compute complexity ourselves. But, just curious in finding if any service is out there to find such complexity. We have several code quality related tools does any of such tools will also find complexity of given code?
Could any one point me or direct me to such a utility/site/service?
© Programmers or respective owner